MatchType

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(size_t cur, string pattern)
Undocumented in source.

Members

Functions

end_position
size_t end_position()
Undocumented in source. Be warned that the author may not have intended to support it.
found
bool found()
Undocumented in source. Be warned that the author may not have intended to support it.
position
size_t position()
Undocumented in source. Be warned that the author may not have intended to support it.
prefix
string prefix()
Undocumented in source. Be warned that the author may not have intended to support it.
setMatchFirst
void setMatchFirst(Captures!(R) fm)
Undocumented in source. Be warned that the author may not have intended to support it.
setMatchResult
void setMatchResult(RegexMatch!(R) rm)
Undocumented in source. Be warned that the author may not have intended to support it.
set_type
void set_type(T type)
Undocumented in source. Be warned that the author may not have intended to support it.
str
string str(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
suffix
string suffix()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
firstMatch
Captures!(R) firstMatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
match
RegexMatch!(R) match [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
size_t size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
T type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_allm
RegexMatch!(R) _allm;
Undocumented in source.
_firstm
Captures!(R) _firstm;
Undocumented in source.
offset_
size_t offset_;
Undocumented in source.
type_
T type_;
Undocumented in source.

Inherited Members

From Match

_pattern
string _pattern;
Undocumented in source.
set_pattern
void set_pattern(string pat)
Undocumented in source. Be warned that the author may not have intended to support it.
pattern
string pattern [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
str
string str(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
prefix
string prefix()
Undocumented in source. Be warned that the author may not have intended to support it.
suffix
string suffix()
Undocumented in source. Be warned that the author may not have intended to support it.
position
size_t position()
Undocumented in source. Be warned that the author may not have intended to support it.
end_position
size_t end_position()
Undocumented in source. Be warned that the author may not have intended to support it.
found
bool found()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta